.swiper-button-prev{
	background-image: url(../images/turn-l.png);
	background-size: cover;
}
.swiper-button-next{
	background-image: url(../images/turn-r.png);
	background-size: cover;
}

.in-gy {height: 710px;position: relative;background: url(../images/tsbg.jpg) no-repeat center center;}
.in-gy dl {margin: 0;}
.in-gy dd {margin: 0;}
.in-gy .l {width: 520px;float: left;}
.in-gy .l dl{overflow: hidden; height:167px;width: 520px; float: left; margin-bottom: 96px;}
.in-gy .l dl:last-child {margin-bottom: 0;}

.in-gy .l dt{width:119px;height: 119px;padding-top: 25px; float: left; }
.in-gy .l dt img{width:119px;height: 119px;  display: block;}
.in-gy .l dd {width:397px;padding-right: 78px;  height: 167px; box-sizing: border-box; float: left; position: relative;}
.in-gy .l dd h3{padding-left: 46px;padding-top: 10px; white-space: nowrap; margin-bottom:15px; font-size: 22px; color: #444444; font-weight: 400; height: 58px; line-height: 58px; position: relative;}
.in-gy .l dd p{ line-height: 21px;overflow: hidden; font-size:16px;color: #666666;}
.in-gy .l dl:nth-child(2){width: 365px;}

.in-gy .l dl:nth-child(2) dt{padding-top: 46px; float: right;}
.in-gy .l dl:nth-child(2) dd{width: 234px;padding-right: 40px;}
.in-gy .l dl:nth-child(1) dd h3{background: url(../images/ts01.png) no-repeat left 0;}
.in-gy .l dl:nth-child(2) dd h3{background: url(../images/ts02.png) no-repeat left 0;}
.in-gy .l dl:nth-child(3) dd h3{background: url(../images/ts03.png) no-repeat left 0;}
.in-gy .r dd p{ line-height: 21px;overflow: hidden; font-size:16px;color: #666666;}
.in-gy .r{width: 520px;float: right;}

.in-total {background-color: #0890e1;color: #fff;margin-top: -70px;position: relative;z-index: 3;text-align: center;}
.in-total li {float: left;width: 25%;padding: 40px 0;}
.in-total li span {display: block;line-height: 1;font-size: 18px;}
.in-gy .r dl{overflow: hidden; height:167px;width: 520px; float: right;margin-bottom: 96px;  }
.in-gy .r dl:last-child {margin-bottom: 0;}
.in-gy .r dt{width:119px;height: 119px;padding-top: 25px; float: left; }
.in-gy .r dt img{width:119px;height: 119px;  display: block;}
.in-gy .r dd {width:397px; padding-left: 78px;height: 167px; box-sizing: border-box; float: right; position: relative;}
.in-gy .r dd h3{ padding-right: 46px;padding-top: 10px;white-space: nowrap; margin-bottom: 15px; font-size: 22px; color: #444444; font-weight: 400; height: 58px; line-height: 58px; position: relative;text-align: right;}
.gy_right dd p{ line-height: 24px;overflow: hidden; font-size:16px;color: #666666;text-align: right;}
.in-gy .r dl:nth-child(2){width: 355px;}
.in-gy .r dl:nth-child(2) dt{padding-top: 46px; }
.in-gy .r dl:nth-child(2) dd{width: 235px;padding-right:0;padding-left: 0;}
.in-gy .r dl:nth-child(3) dt{padding-top: 32px;  }

.in-gy .r dl:nth-child(1) dd h3{background: url(../images/ts04.png) no-repeat right 0;}
.in-gy .r dl:nth-child(2) dd h3{background: url(../images/ts05.png) no-repeat right 0;}
.in-gy .r dl:nth-child(3) dd h3{background: url(../images/ts06.png) no-repeat right 0;}

.in-gg{height: 366px;background: url(../images/xgg.jpg) no-repeat center;}

@media (max-width:767px) {
	.in-gy{
		display: none;
	}
	.in-gg{
		display: none;
	}
}

/* 手机导航 */
.tab-head{
	width: 100%;
	height: auto;
	background: #666666;
	overflow: hidden;
	display: none;
}
.tab-head li{
	width: 33.3%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	border-right: 1px #777777 solid;
	border-bottom: 1px #777777 solid;
	box-sizing: border-box;
}
.tab-head li a{
	width: 100%;
	height: 35px;
	color: #FFFFFF;
}
@media (max-width:768px) {
	body{
		padding: 20 0;
	}
	.tab-head{
		display: block;
	}
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 25%;
	background: #0890E0;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
}
.phonefooternav ul li:nth-child(3){
	width: 50%;
	background: #FF0000;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover .call {
	color: yellow;
}
.phonefooternav ul li a img {
	width: 22px;
	padding: 0;
}
.phonefooternav p{
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
}
@media (max-width: 768px) {
	.phonefooternav {
		display: block;
	}
}

.g-cur {
	height: 55px;
	line-height: 55px;
	background: #f5f5f5;
	color: #666666;
}

.g-cur .wp {
	background: url('../images/home.png') left center no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 14px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.g-cur .wp a {
	color: #666666;
	font-size: 14px;
}

.g-cur .wp a:hover {
	color: #DA0102
}

.list-type{
	text-align: center;
	margin: 20px 0;
}
.list-type li{
	display: inline;
	margin: 0 5px;
	padding: 0;
	color: #808080;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition-duration: .5s;
	position: relative;
}
.list-type li a{
	background: #FFF;
	border: 1px solid #B9B8B8;
	border-radius: 4px;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	padding: 10px 25px;
	line-height: 20px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list-type li.active a, .list-type li a:hover {
	color: #FFFFFF;
	background: #FF8C00;
	border: 1px solid #FF8C00;
}
.lt2 li a{
	padding: 10px 15px;
}
@media (max-width:768px) {
	.list-type li{
		height: 30px;
		line-height: 30px;
	}
	.list-type li a{
		width: 40%;
		padding: 10px 5px;
		font-size: 14px;
	}
}

/* page */
.pages{
	display: table;
    margin: 0 auto 20px;
}
.pages b {
  display: block;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 12px;
  margin: 0 2px;
  border: 1px solid #DA0102;
  background: #DA0102;
  border-radius: 3px;
}
.pages a {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 12px;
  margin: 0 2px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.pages span {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 12px;
  margin: 0 2px;
  border: 1px solid #DA0102;
}
.pages .fl{
	display: none;
}
.pages a:hover {
  background: #DA0102;
  color: #fff;
  border: 1px solid #DA0102;
}

.jump {margin-top: 30px; padding: 16px 0; color: #333; border-top: 1px solid #E1E1E1;}
.jump p {color: #333; line-height: 32px;text-indent: 0;text-align: left;margin: 0;}
.jump p a{color: #666666;}
.jump p a:hover {color: #0256AC;}

.list-main{
	min-height: auto;
	padding: 20px 10px 70px;
	background: rgba(242, 242, 242, 1);
}
.list-main .main-mid{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	color: #333333;
}
.list-main .main-mid img{
	max-width: 100%;
}
.list-main .main-mid h3{
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	color: #333333;
	font-weight: 400;
	margin: 0;
}
.list-main .main-mid .zz-en{
	text-align: center;
	color: #BBBBBB;
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 30px;
}
.list-main .main-mid p{
	line-height: 30px;
	margin: 0;
	color: #555555;
	font-size: 16px;
}

.about_list2 {
	max-width: 1100px;
	margin: 0 auto;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.about_list2 ul li {
	width: 31.333%;
	margin: 0 1%;
	float: left
}

.about_list2 ul {
	margin: 0 -1%
}

.about_list2 .img {
	position: relative;
	overflow: hidden;
}

.about_list2 img {
	display: block;
	transition: all 1s ease;
}
.about_list2 img:hover{
	transform: scale(1.05) rotate(2deg);
}
@media only screen and (max-width: 768px){
	.about_list2 ul li {
	    margin: 0 auto;
	    width: 95%;
	    margin-bottom: 15px;
	    float: none;
	}
	.about_list2 img {
	    width: 100%;
	}
}

/* product */
.m-chanpin {
    overflow: hidden;
    margin-bottom: 30px;
}

.ul-imgtxt-01 {
	margin: 0;
	margin-bottom: 30px;
}

.ul-imgtxt-01:after,
.ul-imgtxt-01:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.ul-imgtxt-01 li {
	width: 30.3333%;
	float: left;
	margin-left: 1.5%;
	margin-right: 0.5%;
	margin-top: 20px;
	box-shadow: 0 0 10px  rgba(7, 17, 27, 0.2);
	/* border: 1px solid #d2d2d2; */
	background: #FFFFFF;
}

@media (max-width:768px) {
	.ul-imgtxt-01 li{
		margin-left: 2%;
		margin-right: 0;
	}
}

.ul-imgtxt-01 li a {
	display: block;
	text-align: center;
}

.ul-imgtxt-01 li a .pic {
	padding-top: 67%;
	height: 0;
	position: relative;
	overflow: hidden;
	/* border-bottom: 1px solid #dddddd; */
}

.ul-imgtxt-01 li a .pic img {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	max-width: 100%;
	margin: auto;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.ul-imgtxt-01 li a:hover .pic img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08)
}

.ul-imgtxt-01 li a p {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color: #666;
	font-weight: 400;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.ul-imgtxt-01 li a:hover {
	text-decoration: none
}

.ul-imgtxt-01 li a:hover p {
	color: #0256AC;
}
.ul-imgtxt-01 li a .pro-txt{
	width: 100%;
	padding: 10px 0;
	text-align: left;
	box-sizing: border-box;
}
.ul-imgtxt-01 li a .pro-txt h4{
	font-size: 16px;
	color: #444444;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	text-align: center;
}
.ul-imgtxt-01 li:hover .pro-txt h4{
	color: #DA0102;
}
.ul-imgtxt-01 li a .lookDetail{
	position: relative;
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}
.ul-imgtxt-01 li a .lookDetail .arrowsR{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	width: 30px;
}

@media (max-width:768px) {
	.ul-imgtxt-01 li {
	    width: 47%;
	}
	.ul-imgtxt-01 li a .pro-txt{
		padding: 10px 10px 10px 10px;
	}
	.ul-imgtxt-01 li a .pro-txt h4{
		font-size: 16px;
	}
}

/* 点击放大图片 */
.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 5px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.bigbox {
	width: 840px;
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.bigbox>.imgbox {
	width: 400px;
	height: 250px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
	width: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}

.mask>img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

.mask>img:hover {
	cursor: pointer
}

.pro-title{
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.pro-title h1 {margin: 0;font-size: 24px;font-weight: normal;text-align: center;padding-bottom: 20px;border-bottom: 1px dashed #ccc;}
.pro-title .pro-pic{width: 50%;max-width: 500px;margin-top: 20px;float: left;}
.pro-title .pro-pic img{max-width: 100%;}
.pro-title .pro-info{width: 50%;float: right;padding-top: 50px;color: #666666;font-size: 16px;}
.pro-title .pro-info p span{font-weight: bold;}
.pro-title .pro-info p a{color: #666666;}
.ct2-mn .tit {
	border-bottom: 1px solid #eee;
	position: relative;
	margin-bottom: 15px;
}
.ct2-mn .tit h3 {
	font-size: 18px;
	color: #fff;
	width: 150px;
	font-weight: bold;
	line-height: 35px;
	background: #DC001D;
	text-align: center;
	letter-spacing: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
}
.ct2-mn .tit s {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #DC001D;
}
.pro-content {line-height: 1.8;margin-bottom: 30px;color: #666666;font-size: 16px;}
.pro-content img {max-width: 100% !important;width: auto !important;height: auto !important;}
@media (max-width:768px) {
	.pro-title h1{
		font-size: 16px;
	}
	.pro-title .pro-pic{
		width: 100%;
	}
	.pro-title .pro-info{
		width: 100%;
	}
}

.main-mid .lx{position: relative;}
.main-mid .lx img{
	max-width: inherit;
}
.main-mid .lx .us_map{
	margin-top: 20px;
}
.ditu_info{position:absolute;top:0;right:0;z-index:5;box-sizing:border-box;padding:40px;width:50%;height:100%;}
.ditu_info .bg{box-sizing:border-box;padding:40px;width:100%;height:100%;background-color:rgba(2, 86, 172,.8);}
.ditu_info h2{color:#fff;font-size:28px;line-height:30px;font-weight: bold;margin-bottom: 40px;}
.ditu_info dl i{padding-right:7px;font-size:.8rem;}
.ditu_info dl dd{margin-bottom:10px;color:#fff;font-size:16px;line-height:24px;margin-left: 0;}
.ditu_info dl dd span{float:left;}
.ditu_info dl dd a{color: #FFFFFF;}
@media (max-width:768px) {
	.ditu_info{
		display: none;
	}
}

.yy{
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.yy li{
	width: 23%;
	margin: 0 1%;
	float: left;
}
.yy li .img {
    position: relative;
    overflow: hidden;
}
.yy li .img img{
	max-width: 100%;
	display: block;
}
.list-main .main-mid .yy-info{
	padding-left: 70px;
}
.list-main .main-mid p em{
	display: block;
	width: 70px;
	height: 2px;
	background: #DA0102;
	margin: 0 auto;
	margin-top: 10px;
}
@media (max-width:768px) {
	.list-main .main-mid .yy-info{
		padding-left: 0;
	}
}

